Session terminates when using "Run As"
Hey Guys,Im trying to launch some exe with Run As via SCCM 2007 remote tools, and when I do that the session suddenly terminates.The remotecontrol.log show the following:<![LOG[Creating RDP session]LOG]!><time="09:36:16.998+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agent.cpp:399"><![LOG[Remote Control Agent started.]LOG]!><time="09:36:17.122+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agentmain.cpp:454"><![LOG[RCAgent successfully started.]LOG]!><time="09:36:17.122+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="1544" file="launcher.cpp:224"><![LOG[Successfully created ticket for MAC-AD\malachov_d]LOG]!><time="09:36:17.130+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agent.cpp:535"><![LOG[Created invitation for MAC-AD\malachov_d]LOG]!><time="09:36:17.130+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agent.cpp:240"><![LOG[Launcher is no longer in use. Shutting down.]LOG]!><time="09:36:17.148+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="1544" file="launchermain.cpp:234"><![LOG[Remote Control Launcher terminated normally.]LOG]!><time="09:36:17.149+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="1544" file="launchermain.cpp:372"><![LOG[Received OnAttendeeConnected event]LOG]!><time="09:36:18.113+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agent.cpp:774"><![LOG[Permission granted for viewer 0]LOG]!><time="09:36:19.928+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agent.cpp:668"><![LOG[Changing color depth to 16 bpp]LOG]!><time="09:36:20.016+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agent.cpp:1075"><![LOG[Received OnControlLevelChangeRequest event]LOG]!><time="09:36:20.016+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agent.cpp:914"><![LOG[Set view mode to 3]LOG]!><time="09:36:20.016+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agent.cpp:934"><![LOG[Failed to create instance of RTGroupPolicyConfig (0x80070005)]LOG]!><time="09:36:20.021+-120" date="02-04-2010" component="RemoteControl" context="" type="3" thread="3736" file="agent.cpp:1242"><![LOG[Failed to configure UAC prompt policy. Elevation attempts may fail.]LOG]!><time="09:36:20.021+-120" date="02-04-2010" component="RemoteControl" context="" type="2" thread="3736" file="agent.cpp:944"><![LOG[Remote Control Launcher started.]LOG]!><time="09:37:15.151+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="1180" file="launchermain.cpp:349"><![LOG[Launcher signalled agent.]LOG]!><time="09:37:15.159+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agentmain.cpp:329"><![LOG[Remote control agent is already running]LOG]!><time="09:37:15.159+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="1180" file="launcher.cpp:202"><![LOG[Rejected incoming connection from MAC-AD\friedma_ya - busy]LOG]!><time="09:37:15.165+-120" date="02-04-2010" component="RemoteControl" context="" type="3" thread="3736" file="agent.cpp:207"><![LOG[Launcher is no longer in use. Shutting down.]LOG]!><time="09:37:15.166+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="1180" file="launchermain.cpp:234"><![LOG[Remote Control Launcher terminated normally.]LOG]!><time="09:37:15.166+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="1180" file="launchermain.cpp:372"><![LOG[Processed OnAttendeeDisconnected event from attendee (ID=0, NAME=MAC-AD\malachov_d)]LOG]!><time="10:07:38.482+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agent.cpp:869"><![LOG[Last viewer disconnected]LOG]!><time="10:07:38.483+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agent.cpp:880"><![LOG[Server is no longer in use. Shutting down.]LOG]!><time="10:07:38.503+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agentmain.cpp:319"><![LOG[Closing RDP session]LOG]!><time="10:07:38.513+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agent.cpp:629"><![LOG[Remote Control Agent terminated normally.]LOG]!><time="10:07:38.529+-120" date="02-04-2010" component="RemoteControl" context="" type="1" thread="3736" file="agentmain.cpp:485">Im suspecting the following lines:<![LOG[Failed to create instance of RTGroupPolicyConfig (0x80070005)]LOG]!><time="09:36:20.021+-120" date="02-04-2010" component="RemoteControl" context="" type="3" thread="3736" file="agent.cpp:1242"><![LOG[Failed to configure UAC prompt policy. Elevation attempts may fail.]LOG]!><time="09:36:20.021+-120" date="02-04-2010" Im lost and need you help....thanks and have a good day,Dan.
February 4th, 2010 11:16am

As noted in the last line of your error log, this is a UAC issue. What version of ConfigMgr 2007 are you on (SP1 or SP2) and what OS is the client running?There was a patch issued but that was pre-SP2 and is included in SP2: http://support.microsoft.com/kb/956941.Jason | http://myitforum.com/cs2/blogs/jsandys | http://blogs.catapultsystems.com/jsandys/default.aspx | Twitter @JasonSandys
Free Windows Admin Tool Kit Click here and download it now
February 4th, 2010 5:29pm

Thanks for the replyWe're using SCCM 2007 SP1, but we installed kb956941 on most of our clients including this one.The KB solves the UAC problem in most cases... already tried to reinstall the client along with the update, and it doesnt seem to work. If you have any more ideas ill be thankful
February 9th, 2010 3:57pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics